Xbasic

WAITDIALOG.SET_BOTTOM_MESSAGE Function

Syntax

Set_Bottom_Message as C(Message as C)

Arguments

Message

The message to display below the progress bar.

Description

The .SET_BOTTOM_MESSAGE() method sets the message to display below the progress bar. The message is only visible if Message_Rows (in <WAITDIALOG>.CREATE()) is greater than 1.

You can use CRLF() to break the message into multiple lines.

See {WAITDIALOG} for an example.

Limitations

Desktop applications only.

See Also